home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v8n16.arc / DIRMATCH.DOC < prev    next >
Text File  |  1989-08-30  |  3KB  |  64 lines

  1. DIRMATCH.COM
  2. Command
  3.  
  4. Michael J. Mefford                    September 26, 1989 (Utilities)
  5.  
  6.  
  7. Purpose:    To display two scrollable, alphabetized, directory listings 
  8. side-by-side, with the more recent of matching filenames highlighted; 
  9. to provide mark, copy, and move facilities to update the target 
  10. directory with one or more selected files from the source.
  11.  
  12. Format:    DIRMATCH source target [/D][/A]
  13.  
  14. Remarks:    The source and target may comprise any 
  15. combination of drives, directories, or subdirectories 
  16. (with optional * and ? wildcards) valid for the DOS DIR 
  17. command.  The user will be prompted for target and 
  18. source directories if his entry is incorrect.  By 
  19. default,  DIRMATCH displays all files in the two 
  20. directories.  The optional /D and /A switches restrict 
  21. the display to Different and Alike files, respectively.  
  22. The on-screen display, together with the number-of-
  23. files counters, can be cycled through All, Different, 
  24. and Alike modes with F1; Shift-F1 cycles in reverse.  
  25. Pressing Esc exits the utility. Crtl-C will abort the 
  26. program operation.
  27.  
  28.     An inverse-video selector bar shows the current 
  29. position in the listings, and may be moved with the 
  30. UpArrow, DownArrow, PgUp, PgDn, Home, and End keys.  
  31. When the selector bar is on a filename, pressing the 
  32. plus (+) key on the keypad or the +/= key on the 
  33. keyboard marks the file for further action.  Pressing 
  34. the minus (-) key on the keypad or the _/- key on the 
  35. keyboard unmarks a marked file.  F2 marks all files; F3 
  36. clears all marks.
  37.  
  38.     A file under the selector-bar or a group of 
  39. marked files can be copied from source to target 
  40. directories by pressing F4.  A confirming prompt is 
  41. provided.  Similarly, pressing F5 moves a file or 
  42. marked group, by first copying and then deleting 
  43. file(s) from the source.  While older files can be 
  44. copied (F4) to the target directory, by default F5 will 
  45. not move them.  (See Customization Note).
  46.     
  47.      Pressing F6 prints a list of All files, with 
  48. more recent matching filenames identified with a 
  49. greater-than (>) sign.  
  50.  
  51.     DIRMATCH supports any number of screen display 
  52. lines, including 43-line (EGA) and 50-line (VGA) modes.  
  53. It can display up to 1,423 filesnames in its listings.  
  54. Hidden and read-only files are not displayed.  DIRMATCH 
  55. requires 64K free RAM in order to run.
  56.  
  57.     Customization Note:  A sidebar to the original 
  58. article provides DEBUG instructions for changing the 
  59. display colors, for removing the move-over-existing 
  60. file protection, and for adding printer control codes 
  61. to display highlighted files in boldface rather than 
  62. with a greater-than sign.
  63.  
  64.